home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / gcl-1.000 / gcl-1 / gcl-1.0 / dos / dum_dos.c < prev    next >
Encoding:
C/C++ Source or Header  |  1992-09-15  |  181 b   |  10 lines

  1. #define DUM(a) int a(int n) { printf("dummy " #a " call %d\n",n); return 0;}
  2. DUM(profil)
  3. /* DUM(alarm) */
  4. DUM(getpid)
  5. DUM(getuid)
  6. DUM(popen)
  7. DUM(pclose)
  8. DUM(getpwuid)
  9. DUM(getpwnam)
  10.